home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb.new / bfd / local.mk < prev    next >
Encoding:
Makefile  |  1991-08-30  |  584 b   |  20 lines

  1.  
  2. #if   !empty(TM:Mds3100)
  3. CFLAGS    +=  -DHOST_SYS=DEC3100_SYS 
  4. #elif !empty(TM:Msun4)
  5. CFLAGS    +=  -DDEFAULT_VECTOR=sunos_big_vec -DHOST_SYS=SUN4_SYS 
  6. #endif
  7.  
  8. #ifmake depend
  9. #    makedepend can't handle the if M68 || I386 || MIPS stuff in some
  10. #    of the files like coffcode.h.  It tries to include a file 
  11. #    named "Your aouthdr magic number is not being set" because it
  12. #    thinks that __A_MAGIC_SET is not set.  We correct this problem
  13. #    by defining it on the command line if we are running makedepend.
  14. CFLAGS    += -D__A_MAGIC_SET__
  15. #endif 
  16.  
  17. #include    <$(SYSMAKEFILE)>
  18.  
  19. .PATH.h        : ../gnu_include
  20.